Request For Return Inbound
The ReturnRequest method enables to process the Payment Return Request (RFR_IN) received from the sender.
Method: InboundServiceClient:ReturnRequest
Headers
Name | Value |
---|---|
Credential | "Basic c3VwcG9ydCsxQG5ldHN5cy1pbmMuY29tOjM5ZDYxOGJkNTVmN5NWQxY2RlNDE5" |
Signature | "{{signature}}" |
Example
Payload Parameters
Request Body (Applicable for both FedNow and TCH)
{
"creditorAccount": {
"accountNumber": "69944546464946",
"memberId": "101115315",
"name": "Ramesh P"
},
"debtorAccount": {
"accountNumber": "6998802274",
"memberId": "123456789",
"name": "P.Ramesh"
},
"msgID": "M20231030123456789T1BTST94840796689",
"orgMessageInfo": {
"createdDateTime": "2023-10-30T04:31:03",
"endToEndId": "CBW2266485862U5655399",
"instructedId": "20231030987654321T1BTTST95636096689",
"msgId": "M20231030987654321T1BTST95636096689",
"msgNmId": "pacs.008.001.08",
"settlementAmount": {
"amount": 54750,
"currency": "USD"
}
},
"processor": "TCH",
"reason": {
"code": "AC03"
},
"referenceNumber": "M20231030987654321T1BTST95636096689",
"transactionStatus": "ACTC",
"uuid": "c376b463-e3c4-486a-ac79-8ae402197408"
}
Response
Response Parameters
Response Body (Applicable for both FedNow and TCH)
{
"referenceNumber": "M20231030987654321T1BTST95636096689",
"status": "Accepted"
}